home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 7 / developer source - volume 7.iso / webin / mar97 / van0f105.gif < prev    next >
Graphics Interchange Format  |  1997-06-27  |  17KB  |  355x311  |  4-bit (16 colors)
Labels: text | screenshot | font | number | document | black and white
OCR: Method Description public This method is accessible by methods outside of its class. protected This method is only accessible by a subclass. private This method is only accessible to other methods in this class. <blank> This method is accessible by methods in classes that are in the same package, final This method cannot be overridden. static This method is shared by all instances of this class and is invoked with <Class>. method. synchronized This method will lock the object on entry, and unlock it on exit. If the object was already locked, the method waits until the lock is released before executing. native This method is implemented by a stub written in another language (usually C). Figure 5: Methods available as method modifiers.